Searched refs:selectBitCast (Results 1 – 4 of 4) sorted by relevance
185 bool selectBitCast(const Instruction *I);1150 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1411 return selectBitCast(I); in fastSelectInstruction()
508 bool selectBitCast(const User *I);
1388 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1766 return selectBitCast(I); in selectOperator()
175 bool selectBitCast(const Instruction *I);4716 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel5049 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()5050 return selectBitCast(I); in fastSelectInstruction()