Home
last modified time | relevance | path

Searched refs:PosLow (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp814 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument
825 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp982 Value *PosLow = in EmitBitTestIntrinsic() local
989 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()