Searched refs:NegativeOne (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1119 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 | 1335 llvm::Value *NegativeOne = in EmitMemberPointerIsNotNull() local 1337 return Builder.CreateICmpNE(MemPtr, NegativeOne, "memptr.tobool"); in EmitMemberPointerIsNotNull()
|
| H A D | CGBuiltin.cpp | 4234 Value *NegativeOne = ConstantInt::get(IntTy, -1); in EmitBuiltinExpr() local 4235 Value *SignResult = Builder.CreateSelect(IsNeg, NegativeOne, One); in EmitBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 11765 SDValue NegativeOne = DAG.getAllOnesConstant(dl, ResultIntVT); in expandRoundInexactToOdd() local 11789 SDValue Adjust = DAG.getSelect(dl, ResultIntVT, NarrowIsRd, One, NegativeOne); in expandRoundInexactToOdd()
|