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

  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 149 if (auto *GEPO = dyn_cast<GEPOperator>(C))
150 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType());
  /external/llvm/lib/IR/
ConstantFold.cpp 635 GEPOperator *GEPO = cast<GEPOperator>(CE);
636 Type *Ty = GEPO->getSourceElementType();
    [all...]
Constants.cpp     [all...]

Completed in 591 milliseconds