Searched refs:NegativeOne (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1120 auto NegativeOne = ConstantInt::getSigned(Type::getInt64Ty(Ctx), -1); in insertLifetimeMarkersSurroundingCall() local 1133 auto Marker = CallInst::Create(Func, {NegativeOne, Mem}); in insertLifetimeMarkersSurroundingCall()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 1324 llvm::Value *NegativeOne = in EmitMemberPointerIsNotNull() local 1326 return Builder.CreateICmpNE(MemPtr, NegativeOne, "memptr.tobool"); in EmitMemberPointerIsNotNull()
|
H A D | CGBuiltin.cpp | 4041 Value *NegativeOne = ConstantInt::get(IntTy, -1); in EmitBuiltinExpr() local 4042 Value *SignResult = Builder.CreateSelect(IsNeg, NegativeOne, One); in EmitBuiltinExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 11272 SDValue NegativeOne = DAG.getAllOnesConstant(dl, ResultIntVT); in expandRoundInexactToOdd() local 11294 SDValue Adjust = DAG.getSelect(dl, ResultIntVT, NarrowIsRd, One, NegativeOne); in expandRoundInexactToOdd()
|