Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DCore.cpp958 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue()
962 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue()
966 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *LosesInfo) { in LLVMConstRealGetDouble()
1076 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode()
1088 LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal) { in LLVMConstNeg()
1092 LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal) { in LLVMConstNSWNeg()
1096 LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal) { in LLVMConstNUWNeg()
1101 LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal) { in LLVMConstFNeg()
1105 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) { in LLVMConstNot()
1255 LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, in LLVMConstGEP()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1337 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue()
1341 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue()
1345 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *LosesInfo) { in LLVMConstRealGetDouble()
1455 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode()
1467 LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal) { in LLVMConstNeg()
1471 LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal) { in LLVMConstNSWNeg()
1475 LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal) { in LLVMConstNUWNeg()
1480 LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal) { in LLVMConstFNeg()
1484 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) { in LLVMConstNot()
1640 LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, in LLVMConstGEP()
[all …]
DDebugInfo.cpp1064 LLVMMetadataRef Type, LLVMDIFlags Flags, LLVMValueRef ConstantVal, in LLVMDIBuilderCreateStaticMemberType()
/external/llvm-project/llvm/lib/IR/
DCore.cpp1370 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue()
1374 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue()
1378 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *LosesInfo) { in LLVMConstRealGetDouble()
1488 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode()
1500 LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal) { in LLVMConstNeg()
1504 LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal) { in LLVMConstNSWNeg()
1508 LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal) { in LLVMConstNUWNeg()
1513 LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal) { in LLVMConstFNeg()
1517 LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) { in LLVMConstNot()
1673 LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, in LLVMConstGEP()
[all …]
DDebugInfo.cpp1103 LLVMMetadataRef Type, LLVMDIFlags Flags, LLVMValueRef ConstantVal, in LLVMDIBuilderCreateStaticMemberType()
/external/llvm/lib/AsmParser/
DLLParser.h66 Constant *ConstantVal; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h66 Constant *ConstantVal; member
/external/llvm-project/llvm/unittests/Analysis/
DSparsePropagation.cpp57 ConstantVal, enumerator
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h63 Constant *ConstantVal; member
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c919 CAMLprim LLVMValueRef llvm_const_gep(LLVMValueRef ConstantVal, value Indices) { in llvm_const_gep()
925 CAMLprim LLVMValueRef llvm_const_in_bounds_gep(LLVMValueRef ConstantVal, in llvm_const_in_bounds_gep()
1163 CAMLprim value llvm_set_initializer(LLVMValueRef ConstantVal, in llvm_set_initializer()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1028 CAMLprim LLVMValueRef llvm_const_gep(LLVMValueRef ConstantVal, value Indices) { in llvm_const_gep()
1034 CAMLprim LLVMValueRef llvm_const_in_bounds_gep(LLVMValueRef ConstantVal, in llvm_const_in_bounds_gep()
1272 CAMLprim value llvm_set_initializer(LLVMValueRef ConstantVal, in llvm_set_initializer()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp961 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1449 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit() local