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()
982 Value *PosLow = in EmitBitTestIntrinsic() local989 Mask = CGF.Builder.CreateShl(llvm::ConstantInt::get(CGF.Int8Ty, 1), PosLow, in EmitBitTestIntrinsic()1031 Value *ShiftedByte = CGF.Builder.CreateLShr(OldByte, PosLow, "bittest.shr"); in EmitBitTestIntrinsic()