Searched refs:LLVMGetIndices (Results 1 – 5 of 5) sorted by relevance
790 auto I = LLVMGetIndices(Src)[0]; in CloneInstruction()801 auto I = LLVMGetIndices(Src)[0]; in CloneInstruction()
3614 const unsigned *LLVMGetIndices(LLVMValueRef Inst);
757 const unsigned *Indices = LLVMGetIndices(Instr); in llvm_indices()
1285 indicesPtr := C.LLVMGetIndices(v.C)
3028 const unsigned *LLVMGetIndices(LLVMValueRef Inst) { in LLVMGetIndices() function