Searched refs:LLVMGetAlignment (Results 1 – 4 of 4) sorted by relevance
619 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()625 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()634 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()660 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()675 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()1189 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
2310 unsigned LLVMGetAlignment(LLVMValueRef V);
1081 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
1999 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function