Lines Matching refs:ConstantVal
1530 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
1537 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
1628 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
1631 LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal);
1632 LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal);
1633 LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal);
1634 LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal);
1635 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal);
1665 LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal,
1667 LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal,
1670 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1671 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1672 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1673 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1674 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1675 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1676 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1677 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1678 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1679 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1680 LLVMValueRef LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1681 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1682 LLVMValueRef LLVMConstAddrSpaceCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1683 LLVMValueRef LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal,
1685 LLVMValueRef LLVMConstSExtOrBitCast(LLVMValueRef ConstantVal,
1687 LLVMValueRef LLVMConstTruncOrBitCast(LLVMValueRef ConstantVal,
1689 LLVMValueRef LLVMConstPointerCast(LLVMValueRef ConstantVal,
1691 LLVMValueRef LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType,
1693 LLVMValueRef LLVMConstFPCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1792 void LLVMSetInitializer(LLVMValueRef GlobalVar, LLVMValueRef ConstantVal);