Lines Matching refs:ConstantVal
1544 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
1551 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
1559 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *losesInfo);
1671 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
1674 LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal);
1675 LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal);
1676 LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal);
1677 LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal);
1678 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal);
1708 LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal,
1710 LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal,
1713 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1714 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1715 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1716 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1717 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1718 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1719 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1720 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1721 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1722 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1723 LLVMValueRef LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1724 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1725 LLVMValueRef LLVMConstAddrSpaceCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1726 LLVMValueRef LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal,
1728 LLVMValueRef LLVMConstSExtOrBitCast(LLVMValueRef ConstantVal,
1730 LLVMValueRef LLVMConstTruncOrBitCast(LLVMValueRef ConstantVal,
1732 LLVMValueRef LLVMConstPointerCast(LLVMValueRef ConstantVal,
1734 LLVMValueRef LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType,
1736 LLVMValueRef LLVMConstFPCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
1835 void LLVMSetInitializer(LLVMValueRef GlobalVar, LLVMValueRef ConstantVal);