Searched refs:getMDNodeOperandImpl (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | Core.cpp | 743 static LLVMValueRef getMDNodeOperandImpl(LLVMContext &Context, const MDNode *N, in getMDNodeOperandImpl() function 760 return getMDNodeOperandImpl(V->getContext(), in LLVMGetOperand() 887 Dest[i] = getMDNodeOperandImpl(Context, N, i); in LLVMGetMDNodeOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 921 static LLVMValueRef getMDNodeOperandImpl(LLVMContext &Context, const MDNode *N, in getMDNodeOperandImpl() function 938 return getMDNodeOperandImpl(V->getContext(), in LLVMGetOperand() 1078 Dest[i] = getMDNodeOperandImpl(Context, N, i); in LLVMGetMDNodeOperands()
|