Home
last modified time | relevance | path

Searched defs:shouldConvertPhiType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2759 virtual bool shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33787 bool X86TargetLowering::shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function in X86TargetLowering