Searched refs:selectBitCast (Results 1 – 4 of 4) sorted by relevance
156 bool selectBitCast(const Instruction *I);943 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1167 case Instruction::BitCast: return selectBitCast(I); in fastSelectInstruction()
537 bool selectBitCast(const User *I);
1278 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1638 return selectBitCast(I); in selectOperator()
133 bool selectBitCast(const Instruction *I);4668 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel4942 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()4943 return selectBitCast(I); in fastSelectInstruction()