Lines Matching refs:ConstantVal

2020 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
2027 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
2035 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *losesInfo);
2159 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
2162 LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal);
2163 LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal);
2164 LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal);
2165 LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal);
2166 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal);
2187 LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal,
2191 LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal,
2194 LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal,
2198 LLVMValueRef LLVMConstInBoundsGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal,
2201 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2202 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2203 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2204 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2205 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2206 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2207 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2208 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2209 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2210 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2211 LLVMValueRef LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2212 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2213 LLVMValueRef LLVMConstAddrSpaceCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2214 LLVMValueRef LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal,
2216 LLVMValueRef LLVMConstSExtOrBitCast(LLVMValueRef ConstantVal,
2218 LLVMValueRef LLVMConstTruncOrBitCast(LLVMValueRef ConstantVal,
2220 LLVMValueRef LLVMConstPointerCast(LLVMValueRef ConstantVal,
2222 LLVMValueRef LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType,
2224 LLVMValueRef LLVMConstFPCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2389 void LLVMSetInitializer(LLVMValueRef GlobalVar, LLVMValueRef ConstantVal);