Searched refs:NegativeOne (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1012 auto NegativeOne = ConstantInt::getSigned(Type::getInt64Ty(Ctx), -1); local
1036 auto Marker = CallInst::Create(MarkerFunc, {NegativeOne, MemAsI8Ptr});
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1139 llvm::Value *NegativeOne = local
1141 return Builder.CreateICmpNE(MemPtr, NegativeOne, "memptr.tobool");
H A DCGBuiltin.cpp2371 Value *NegativeOne = ConstantInt::get(IntTy, -1);
2372 Value *SignResult = Builder.CreateSelect(IsNeg, NegativeOne, One);

Completed in 99 milliseconds