Searched refs:PosLow (Results 1 – 3 of 3) sorted by relevance
723 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument734 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()
724 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument735 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()
939 Value *PosLow = in EmitBitTestIntrinsic() local946 Mask = CGF.Builder.CreateShl(llvm::ConstantInt::get(CGF.Int8Ty, 1), PosLow, in EmitBitTestIntrinsic()988 Value *ShiftedByte = CGF.Builder.CreateLShr(OldByte, PosLow, "bittest.shr"); in EmitBitTestIntrinsic()