Searched defs:NegativeOne (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | CodeExtractor.cpp | 1119 auto NegativeOne = ConstantInt::getSigned(Type::getInt64Ty(Ctx), -1); insertLifetimeMarkersSurroundingCall() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | ItaniumCXXABI.cpp | 1178 llvm::Value *NegativeOne = EmitMemberPointerIsNotNull() local |
H A D | CGBuiltin.cpp | 3952 Value *NegativeOne = ConstantInt::get(IntTy, -1); EmitBuiltinExpr() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 11190 SDValue NegativeOne = DAG.getAllOnesConstant(dl, ResultIntVT); expandRoundInexactToOdd() local |