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

  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 110 template <typename = void> void CreateConstInBoundsGEP2_32() {
113 void LLVMBuildStructGEP() { CreateConstInBoundsGEP2_32(); }
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 554 llvm::Value *InStepAddr = Builder.CreateConstInBoundsGEP2_32(nullptr, InStepsBase, 0, 0);
563 llvm::Value *InputAddr = Builder.CreateConstInBoundsGEP2_32(nullptr, InsBasePtr, 0, 0);
574 Builder.CreateConstInBoundsGEP2_32(nullptr,
732 Builder.CreateConstInBoundsGEP2_32(nullptr,
768 llvm::Value *InStepAddr = Builder.CreateConstInBoundsGEP2_32(nullptr, InStepsBase, 0, InputIndex);
802 llvm::Value *InputAddr = Builder.CreateConstInBoundsGEP2_32(nullptr, InsBasePtr, 0, InputIndex);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 365 auto *PSource = CGF.Builder.CreateConstInBoundsGEP2_32(IdentTy, LocValue, 0,
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 4192 milliseconds