Searched refs:selectBitCast (Results 1 – 3 of 3) sorted by relevance
533 bool selectBitCast(const User *I);
1259 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1549 return selectBitCast(I); in selectOperator()
133 bool selectBitCast(const Instruction *I);4649 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel4922 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()4923 return selectBitCast(I); in fastSelectInstruction()