Searched refs:getGetElementPtr (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DConstantFolder.h123 return ConstantExpr::getGetElementPtr(C, IdxList);
129 return ConstantExpr::getGetElementPtr(C, Idx);
133 return ConstantExpr::getGetElementPtr(C, IdxList);
H A DTargetFolder.h135 return Fold(ConstantExpr::getGetElementPtr(C, IdxList));
141 return Fold(ConstantExpr::getGetElementPtr(C, Idx));
145 return Fold(ConstantExpr::getGetElementPtr(C, IdxList));
H A DNoFolder.h182 return ConstantExpr::getGetElementPtr(C, IdxList);
188 return ConstantExpr::getGetElementPtr(C, Idx);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h1018 static Constant *getGetElementPtr(Constant *C, function in class:llvm::ConstantExpr
1021 return getGetElementPtr(C, makeArrayRef((Value * const *)IdxList.data(),
1025 static Constant *getGetElementPtr(Constant *C, function in class:llvm::ConstantExpr
1031 return getGetElementPtr(C, cast<Value>(Idx), InBounds);
1033 static Constant *getGetElementPtr(Constant *C,
1041 return getGetElementPtr(C, IdxList, true);
1048 return getGetElementPtr(C, Idx, true);
1052 return getGetElementPtr(C, IdxList, true);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DProfilingUtils.cpp54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices);
122 ConstantExpr::getGetElementPtr(CounterArray, Indices);
H A DAddressSanitizer.cpp673 ConstantExpr::getGetElementPtr(NewGlobal, Indices2, true));
/macosx-10.10.1/llvmCore-3425.0.34/examples/BrainF/
H A DBrainF.cpp166 getGetElementPtr(aberrormsg, gep_params);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DShadowStackGC.cpp255 return ConstantExpr::getGetElementPtr(GV, GEPIndices);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp599 ConstantExpr::getGetElementPtr(Ops[0], NewIdxs);
765 ConstantExpr::getGetElementPtr(Ptr, NewIdxs);
969 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1));
H A DInstructionSimplify.cpp2377 Constant *NewLHS = ConstantExpr::getGetElementPtr(Null, IndicesLHS);
2380 Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS);
2579 return ConstantExpr::getGetElementPtr(cast<Constant>(Ops[0]), Ops.slice(1));
H A DScalarEvolutionExpander.cpp530 return ConstantExpr::getGetElementPtr(CLHS, CRHS);
H A DScalarEvolution.cpp5053 C = ConstantExpr::getGetElementPtr(C, C2);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp1086 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1),
1665 Constant *GEP = getGetElementPtr(
1680 Constant *GEP = getGetElementPtr(NullPtr, Indices);
1697 Constant *GEP = getGetElementPtr(
1740 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, function in class:ConstantExpr
H A DConstantFold.cpp1979 ConstantExpr::getGetElementPtr(CE->getOperand(0), NewIndices,
1998 ConstantExpr::getGetElementPtr((Constant*)CE->getOperand(0),
2054 return ConstantExpr::getGetElementPtr(C, NewIdxs, inBounds);
H A DCore.cpp916 return wrap(ConstantExpr::getGetElementPtr(unwrap<Constant>(ConstantVal),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp762 NewPtr = ConstantExpr::getGetElementPtr(cast<Constant>(NewPtr), Idxs);
918 ConstantExpr::getGetElementPtr(NewV, Idxs));
2621 Ptr = ConstantExpr::getGetElementPtr(Ptr, IdxList);
2661 ConstantExpr::getGetElementPtr(P, GEPOps,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp325 CastOp = ConstantExpr::getGetElementPtr(CSrc, Idxs);
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DMiscompilation.cpp836 Value *GEP = ConstantExpr::getGetElementPtr(funcName, GEPargs);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp997 Src = ConstantExpr::getGetElementPtr(Src, OffsetCst);
1156 Src = ConstantExpr::getGetElementPtr(Src, OffsetCst);
H A DSCCP.cpp1022 markConstant(&I, ConstantExpr::getGetElementPtr(Ptr, Indices));
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp2392 ID.ConstantVal = ConstantExpr::getGetElementPtr(Elts[0], Indices,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1178 V = ConstantExpr::getGetElementPtr(Elts[0], Indices,
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli956 See the method [llvm::ConstantExpr::getGetElementPtr]. *)

Completed in 482 milliseconds