Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DCore.cpp1390 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 …]
DDebugInfo.cpp1224 LLVMMetadataRef Type, LLVMDIFlags Flags, LLVMValueRef ConstantVal, in LLVMDIBuilderCreateStaticMemberType()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
DLLParser.h63 Constant *ConstantVal; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1456 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit() local