Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h144 MVT GetValue() const { in GetValue() function
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0) macro
H A Dwarn-bool-conversion.cpp71 #define GetValue(ptr) ((ptr) ? ptr[0] : 0) macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h80 ValT GetValue(BlkT *BB) { in GetValue() function