Home
last modified time | relevance | path

Searched refs:inspectSizeOperand (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAutoInitRemark.cpp96 inspectSizeOperand(II.getOperand(2), R); in inspectIntrinsicCall()
134 inspectSizeOperand(CI.getOperand(1), R); in inspectKnownLibCall()
140 void AutoInitRemark::inspectSizeOperand(Value *V, OptimizationRemarkMissed &R) { in inspectSizeOperand() function in AutoInitRemark
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DAutoInitRemark.h63 void inspectSizeOperand(Value *V, OptimizationRemarkMissed &R);