Searched refs:selectBitCast (Results 1 – 4 of 4) sorted by relevance
187 bool selectBitCast(const Instruction *I);1168 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1430 return selectBitCast(I); in fastSelectInstruction()
517 bool selectBitCast(const User *I);
1472 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1837 return selectBitCast(I); in selectOperator()
173 bool selectBitCast(const Instruction *I);4812 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel5149 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()5150 return selectBitCast(I); in fastSelectInstruction()