Home
last modified time | relevance | path

Searched refs:ObjSizeOp (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h65 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h65 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h91 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2552 unsigned ObjSizeOp,
2555 if (CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(SizeOp))
2558 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) {
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2739 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument
2742 if (CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(SizeOp)) in isFortifiedCallFoldable()
2745 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2875 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument
2887 if (SizeOp && CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(*SizeOp)) in isFortifiedCallFoldable()
2891 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3173 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument
3185 if (SizeOp && CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(*SizeOp)) in isFortifiedCallFoldable()
3189 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3222 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument
3234 if (SizeOp && CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(*SizeOp)) in isFortifiedCallFoldable()
3238 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3240 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument
3252 if (SizeOp && CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(*SizeOp)) in isFortifiedCallFoldable()
3256 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3220 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument
3232 if (SizeOp && CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(*SizeOp)) in isFortifiedCallFoldable()
3236 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3220 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument
3232 if (SizeOp && CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(*SizeOp)) in isFortifiedCallFoldable()
3236 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()

12