Searched refs:selectBitCast (Results 1 – 3 of 3) sorted by relevance
533 bool selectBitCast(const User *I);
1276 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1615 return selectBitCast(I); in selectOperator()
134 bool selectBitCast(const Instruction *I);4635 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel4909 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()4910 return selectBitCast(I); in fastSelectInstruction()