Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp813 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument
824 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp967 Value *PosLow = in EmitBitTestIntrinsic() local
974 Mask = CGF.Builder.CreateShl(llvm::ConstantInt::get(CGF.Int8Ty, 1), PosLow, in EmitBitTestIntrinsic()
1016 Value *ShiftedByte = CGF.Builder.CreateLShr(OldByte, PosLow, "bittest.shr"); in EmitBitTestIntrinsic()