HomeSort by relevance Sort by last modified time
    Searched refs:arg_operands (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/IR/
AutoUpgrade.cpp 714 SmallVector<Value *, 4> Args(CI->arg_operands().begin(),
715 CI->arg_operands().end());
    [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 382 if (tryInterproceduralAnalysis(Targets, &Inst, Inst.arg_operands()))
393 for (Value *V : Inst.arg_operands())
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 80 for (Value *Arg : Call->arg_operands()) {
98 for (Value *Arg : Invoke->arg_operands()) {
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 318 for (auto &Arg : CI->arg_operands()) {
    [all...]
LICM.cpp 478 for (Value *Op : CI->arg_operands())
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 1163 op_range arg_operands() { return op_range(op_begin(), op_end() - 1); } function in class:llvm::FuncletPadInst
1166 const_op_range arg_operands() const { function in class:llvm::FuncletPadInst
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 681 auto Args = CI.arg_operands();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1404 milliseconds