Home
last modified time | relevance | path

Searched refs:SelectTrunc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp130 bool SelectTrunc(const Instruction *I);
1863 bool PPCFastISel::SelectTrunc(const Instruction *I) { in SelectTrunc() function in PPCFastISel
1959 return SelectTrunc(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp204 bool SelectTrunc(const Instruction *I);
2649 bool ARMFastISel::SelectTrunc(const Instruction *I) { in SelectTrunc() function in ARMFastISel
2950 return SelectTrunc(I); in fastSelectInstruction()