Searched refs:ConstantIndices (Results 1 – 2 of 2) sorted by relevance
1709 LLVMValueRef *ConstantIndices, unsigned NumIndices);1711 LLVMValueRef *ConstantIndices,
1153 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument1154 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()1161 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument1164 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()