Searched refs:selectBitCast (Results 1 – 4 of 4) sorted by relevance
186 bool selectBitCast(const Instruction *I);1125 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1379 return selectBitCast(I); in fastSelectInstruction()
536 bool selectBitCast(const User *I);
1524 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1883 return selectBitCast(I); in selectOperator()
175 bool selectBitCast(const Instruction *I);4847 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel5191 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()5192 return selectBitCast(I); in fastSelectInstruction()