Searched refs:selectBitCast (Results 1 – 4 of 4) sorted by relevance
188 bool selectBitCast(const Instruction *I);1151 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1412 return selectBitCast(I); in fastSelectInstruction()
508 bool selectBitCast(const User *I);
1405 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1783 return selectBitCast(I); in selectOperator()
175 bool selectBitCast(const Instruction *I);4721 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel5054 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()5055 return selectBitCast(I); in fastSelectInstruction()