Home
last modified time | relevance | path

Searched defs:ConstantVal (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1420 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue()
1424 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue()
1428 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *LosesInfo) { in LLVMConstRealGetDouble()
1538 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode()
1550 LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal) { in LLVMConstNeg()
1554 LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal) { in LLVMConstNSWNeg()
1558 LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal) { in LLVMConstNUWNeg()
1563 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) { in LLVMConstNot()
1662 LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, in LLVMConstGEP2()
1670 LLVMValueRef LLVMConstInBoundsGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, in LLVMConstInBoundsGEP2()
[all …]
H A DDebugInfo.cpp1284 LLVMMetadataRef Type, LLVMDIFlags Flags, LLVMValueRef ConstantVal, in LLVMDIBuilderCreateStaticMemberType()
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h71 Constant *ConstantVal; member
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c991 LLVMValueRef llvm_const_gep(LLVMTypeRef Ty, LLVMValueRef ConstantVal, in llvm_const_gep()
998 LLVMValueRef llvm_const_in_bounds_gep(LLVMTypeRef Ty, LLVMValueRef ConstantVal, in llvm_const_in_bounds_gep()
1190 value llvm_set_initializer(LLVMValueRef ConstantVal, LLVMValueRef GlobalVar) { in llvm_set_initializer()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c572 LLVMValueRef ConstantVal, value AlignInBits) { in llvm_dibuild_create_static_member_type_native()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1963 std::optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit() local