|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/CodeGenPrepare.cpp 1798 for (auto &Arg : CI->arg_operands()) {
1846 for (auto &Arg : CI->arg_operands()) {
lib/IR/AutoUpgrade.cpp 1620 SmallVector<Value *, 4> Args(CI.arg_operands().begin(),
1621 CI.arg_operands().end());
3533 SmallVector<Value *, 4> Args(CI->arg_operands().begin(),
3534 CI->arg_operands().end());
3593 SmallVector<Value *, 4> Args(CI->arg_operands().begin(),
3594 CI->arg_operands().end());
3659 SmallVector<Value *, 4> Args(CI->arg_operands().begin(),
3660 CI->arg_operands().end());
3679 SmallVector<Value *, 4> Args(CI->arg_operands().begin(),
3680 CI->arg_operands().end());
lib/Transforms/InstCombine/InstCombineCalls.cpp 1716 SmallVector<Value *, 4> Args(II->arg_operands());
lib/Transforms/Instrumentation/AddressSanitizer.cpp 2600 for (Value *Arg : II->arg_operands()) {
lib/Transforms/Scalar/LICM.cpp 1155 for (Value *Op : CI->arg_operands())
lib/Transforms/Scalar/TailRecursionElimination.cpp 254 for (auto &Arg : CI->arg_operands()) {
lib/Transforms/Utils/InlineFunction.cpp 1909 SmallVector<Value *, 6> Params(CI->arg_operands());
lib/Transforms/Vectorize/LoopVectorize.cpp 3227 for (auto &ArgOp : CI->arg_operands())
3273 SmallVector<Value *, 4> Operands(CI->arg_operands());
4270 for (Value *ArgOperand : CI->arg_operands())
5930 Instruction::op_range Ops = CI ? CI->arg_operands() : I->operands();
lib/Transforms/Vectorize/SLPVectorizer.cpp 3214 SmallVector<Value *, 4> Args(CI->arg_operands());
tools/polly/lib/Analysis/ScopBuilder.cpp 1823 for (const auto &Arg : CI->arg_operands()) {
tools/polly/lib/Analysis/ScopDetection.cpp 707 for (const auto &Arg : CI.arg_operands()) {
tools/polly/lib/Analysis/ScopInfo.cpp 1483 for (auto &Operand : Call->arg_operands()) {
tools/polly/lib/Support/SCEVValidator.cpp 124 for (auto &Operand : Call->arg_operands())
unittests/IR/InstructionsTest.cpp 91 for (Value *Arg : Call->arg_operands()) {
109 for (Value *Arg : Invoke->arg_operands()) {