Searched defs:ConstantVal (Results 1 – 6 of 6) sorted by relevance
1390 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue()1394 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue()1398 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *LosesInfo) { in LLVMConstRealGetDouble()1504 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode()1516 LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal) { in LLVMConstNeg()1520 LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal) { in LLVMConstNSWNeg()1524 LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal) { in LLVMConstNUWNeg()1529 LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal) { in LLVMConstFNeg()1533 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) { in LLVMConstNot()1689 LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, in LLVMConstGEP()[all …]
1188 LLVMMetadataRef Type, LLVMDIFlags Flags, LLVMValueRef ConstantVal, in LLVMDIBuilderCreateStaticMemberType()
63 Constant *ConstantVal; member
992 LLVMValueRef llvm_const_gep(LLVMValueRef ConstantVal, value Indices) { in llvm_const_gep()998 LLVMValueRef llvm_const_in_bounds_gep(LLVMValueRef ConstantVal, value Indices) { in llvm_const_in_bounds_gep()1222 value llvm_set_initializer(LLVMValueRef ConstantVal, LLVMValueRef GlobalVar) { in llvm_set_initializer()
572 LLVMValueRef ConstantVal, value AlignInBits) { in llvm_dibuild_create_static_member_type_native()
1454 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit() local