Home
last modified time | relevance | path

Searched refs:ConstantIndices (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2099 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2101 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2103 LLVMValueRef *ConstantIndices,
2106 LLVMValueRef *ConstantIndices,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1641 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1642 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1651 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument
1653 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()