Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp136 bool SelectTrunc(const Instruction *I);
1877 bool PPCFastISel::SelectTrunc(const Instruction *I) { in SelectTrunc() function in PPCFastISel
1973 return SelectTrunc(I); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp179 bool SelectTrunc(const Instruction *I);
2580 bool ARMFastISel::SelectTrunc(const Instruction *I) { in SelectTrunc() function in ARMFastISel
2877 return SelectTrunc(I); in fastSelectInstruction()