Home
last modified time | relevance | path

Searched defs:getValueType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h875 QualType getValueType() const override { return Str->getType(); } in getValueType() function
910 QualType getValueType() const override { return Str->getType(); } in getValueType() function
946 QualType getValueType() const override { return CL->getType(); } in getValueType() function
999 QualType getValueType() const override { in getValueType() function
1036 QualType getValueType() const override { in getValueType() function
1120 QualType getValueType() const override { in getValueType() function
1157 QualType getValueType() const override { in getValueType() function
1249 QualType getValueType() const override { return ElementType; } in getValueType() function
1287 QualType getValueType() const override { return Ex->getType(); } in getValueType() function
1326 QualType getValueType() const override { return Ex->getType(); } in getValueType() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h248 const Record *getValueType() const { return Ty; } in getValueType() function
H A DCodeGenTarget.cpp45 MVT::SimpleValueType llvm::getValueType(const Record *Rec) { in getValueType() function in llvm
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp190 QualType ObjCIvarRegion::getValueType() const { in getValueType() function in ObjCIvarRegion
194 QualType CXXBaseObjectRegion::getValueType() const { in getValueType() function in CXXBaseObjectRegion
198 QualType CXXDerivedObjectRegion::getValueType() const { in getValueType() function in CXXDerivedObjectRegion
202 QualType ParamVarRegion::getValueType() const { in getValueType() function in ParamVarRegion
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILCBufferAccess.cpp73 Type *getValueType() { return Member->getValueType(); } in getValueType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h298 Type *getValueType() const { return ValueType; } in getValueType() function
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp327 static ValueType getValueType(u8 c) { return static_cast<ValueType>(c & 0x3); } in getValueType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp911 Type *getValueType() const { in getValueType() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp132 QualType getValueType() const { return ValueTy; } in getValueType() function in __anon5e56f1450111::AtomicInfo
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5174 QualType AtomicExpr::getValueType() const { in getValueType() function in AtomicExpr
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2033 SDValue SelectionDAG::getValueType(EVT VT) { in getValueType() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp248 static Type *getValueType(Value *V) { in getValueType() function