Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp723 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument
734 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp724 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument
735 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp939 Value *PosLow = in EmitBitTestIntrinsic() local
946 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()