Searched refs:selectBitCast (Results 1 – 4 of 4) sorted by relevance
189 bool selectBitCast(const Instruction *I);1152 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1413 return selectBitCast(I); in fastSelectInstruction()
513 bool selectBitCast(const User *I);
1487 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1847 return selectBitCast(I); in selectOperator()
177 bool selectBitCast(const Instruction *I);4796 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel5129 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()5130 return selectBitCast(I); in fastSelectInstruction()