HomeSort by relevance Sort by last modified time
    Searched refs:GetElementPtrInst (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/lldb/source/Expression/
IRInterpreter.cpp 922 const GetElementPtrInst *gep_inst = dyn_cast<GetElementPtrInst>(inst);
927 log->Printf("getOpcode() returns GetElementPtr, but instruction is not a GetElementPtrInst");
    [all...]
IRForTarget.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 397 void visitGetElementPtrInst(GetElementPtrInst &GEPI) {
633 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(I)) {
    [all...]
SCCP.cpp 485 void visitGetElementPtrInst(GetElementPtrInst &I);
    [all...]
LICM.cpp 485 !isa<GetElementPtrInst>(I) && !isa<CmpInst>(I) &&
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 306 void visitGetElementPtrInst(GetElementPtrInst &GEPI);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
Verifier.cpp 300 void visitGetElementPtrInst(GetElementPtrInst &GEP);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 153 if (const GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Arg))
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ConstantFolding.cpp 684 !isa<StructType>(GetElementPtrInst::getIndexedType(
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
BBVectorize.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 782 if (const GetElementPtrInst *GEP =
783 dyn_cast<GetElementPtrInst>(U->getOperand(0))) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 938 milliseconds

1 23 4