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

1 2

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 135 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
141 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx));
145 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 123 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
129 return ConstantExpr::getGetElementPtr(Ty, C, Idx);
133 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
Constants.h     [all...]
NoFolder.h 182 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
188 return ConstantExpr::getGetElementPtr(Ty, C, Idx);
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 175 Constant *NewGEP = ConstantExpr::getGetElementPtr(
  /external/llvm/examples/BrainF/
BrainF.cpp 162 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params);
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 61 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(),
CGObjCGNU.cpp 170 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(),
186 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(),
    [all...]
CodeGenModule.cpp     [all...]
CGExprConstant.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 246 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 577 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr(
812 ConstantExpr::getGetElementPtr(
    [all...]
GlobalOpt.cpp 581 ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs);
730 GEPI, ConstantExpr::getGetElementPtr(nullptr, NewV, Idxs));
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 256 // FIXME: getGetElementPtr() actually creates an inbounds ConstantGEP,
258 //CHECK(ConstantExpr::getGetElementPtr(Global, V, false),
288 Constant *GEP = ConstantExpr::getGetElementPtr(
356 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1);
  /external/llvm/lib/IR/
Constants.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 704 Constant *C = ConstantExpr::getGetElementPtr(SrcTy, Ops[0], NewIdxs);
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolutionExpander.cpp 505 return ConstantExpr::getGetElementPtr(Type::getInt8Ty(Ty->getContext()),
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 308 Constant *GAI = ConstantExpr::getGetElementPtr(
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 1072 milliseconds

1 2