HomeSort by relevance Sort by last modified time
    Searched refs:getGetElementPtr (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/Support/
ConstantFolder.h 123 return ConstantExpr::getGetElementPtr(C, IdxList);
129 return ConstantExpr::getGetElementPtr(C, Idx);
133 return ConstantExpr::getGetElementPtr(C, IdxList);
TargetFolder.h 135 return Fold(ConstantExpr::getGetElementPtr(C, IdxList));
141 return Fold(ConstantExpr::getGetElementPtr(C, Idx));
145 return Fold(ConstantExpr::getGetElementPtr(C, IdxList));
NoFolder.h 182 return ConstantExpr::getGetElementPtr(C, IdxList);
188 return ConstantExpr::getGetElementPtr(C, Idx);
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices);
122 ConstantExpr::getGetElementPtr(CounterArray, Indices);
AddressSanitizer.cpp     [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 166 getGetElementPtr(aberrormsg, gep_params);
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 255 return ConstantExpr::getGetElementPtr(GV, GEPIndices);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 624 ConstantExpr::getGetElementPtr(Ops[0], NewIdxs);
790 ConstantExpr::getGetElementPtr(Ptr, NewIdxs);
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolutionExpander.cpp 530 return ConstantExpr::getGetElementPtr(CLHS, CRHS);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 174 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros);
189 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros);
240 return llvm::ConstantExpr::getGetElementPtr(
    [all...]
CodeGenModule.cpp     [all...]
CGExprConstant.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
ConstantFold.cpp     [all...]
Core.cpp 923 return wrap(ConstantExpr::getGetElementPtr(unwrap<Constant>(ConstantVal),
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 766 NewPtr = ConstantExpr::getGetElementPtr(cast<Constant>(NewPtr), Idxs);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 308 CastOp = ConstantExpr::getGetElementPtr(CSrc, Idxs);
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 836 Value *GEP = ConstantExpr::getGetElementPtr(funcName, GEPargs)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 1544 milliseconds

1 2