Searched refs:PosLow (Results 1 – 2 of 2) sorted by relevance
814 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument825 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()
1278 Value *PosLow = in EmitBitTestIntrinsic() local1285 Mask = CGF.Builder.CreateShl(llvm::ConstantInt::get(CGF.Int8Ty, 1), PosLow, in EmitBitTestIntrinsic()1326 Value *ShiftedByte = CGF.Builder.CreateLShr(OldByte, PosLow, "bittest.shr"); in EmitBitTestIntrinsic()