Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2396 virtual bool shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp31334 bool X86TargetLowering::shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function in X86TargetLowering