Searched refs:ConstantIndices (Results 1 – 2 of 2) sorted by relevance
1666 LLVMValueRef *ConstantIndices, unsigned NumIndices);1668 LLVMValueRef *ConstantIndices,
1022 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument1023 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()1030 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument1033 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()