Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp853 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument
864 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1721 Value *PosLow = in EmitBitTestIntrinsic() local
1728 Mask = CGF.Builder.CreateShl(llvm::ConstantInt::get(CGF.Int8Ty, 1), PosLow, in EmitBitTestIntrinsic()
1769 Value *ShiftedByte = CGF.Builder.CreateLShr(OldByte, PosLow, "bittest.shr"); in EmitBitTestIntrinsic()