Searched refs:selectBitCast (Results 1 – 4 of 4) sorted by relevance
193 bool selectBitCast(const Instruction *I);1159 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1421 return selectBitCast(I); in fastSelectInstruction()
516 bool selectBitCast(const User *I);
1532 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1892 return selectBitCast(I); in selectOperator()
178 bool selectBitCast(const Instruction *I);4810 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel5143 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()5144 return selectBitCast(I); in fastSelectInstruction()