Searched refs:getSimplifiedValue (Results 1 – 17 of 17) sorted by relevance
148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }154 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {162 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {170 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
113 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }118 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
171 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }176 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }235 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }240 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
100 static MDNode *getSimplifiedValue(DILocAndCoverageTracking &MD) {107 static MDNode *getSimplifiedValue(const DILocAndCoverageTracking &MD) {
375 static SimpleType getSimplifiedValue(User::op_iterator &Val) {382 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
955 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }961 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function47 static RetType getSimplifiedValue(const From &Val) {48 return simplify_type<From>::getSimplifiedValue(const_cast<From &>(Val));129 doit(simplify_type<const From>::getSimplifiedValue(Val));207 doit(simplify_type<From>::getSimplifiedValue(const_cast<From &>(Val)));510 simplify_type<From>::getSimplifiedValue(f));514 return SimplifiedSelf::doCast(simplify_type<From>::getSimplifiedValue(f));523 simplify_type<From>::getSimplifiedValue(f));631 simplify_type<T>::getSimplifiedValue(const_cast<T &>(t)));
260 static SimpleType getSimplifiedValue(AssumptionCache::ResultElem &Val) {267 static SimpleType getSimplifiedValue(const AssumptionCache::ResultElem &Val) {
298 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {306 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
386 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }398 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
445 return getSimplifiedValue<T>(V); in getDirectOrSimplifiedValue()545 template <typename T> T *getSimplifiedValue(Value *V) const { in getSimplifiedValue() function in __anon463f3bdb0111::CallAnalyzer998 getSimplifiedValue<ConstantInt>(BI->getCondition())) { in costBenefitAnalysis()1002 if (getSimplifiedValue<ConstantInt>(SI->getCondition())) in costBenefitAnalysis()1566 if (Constant *SimpleOp = getSimplifiedValue<Constant>(Op)) in isGEPFree()1581 Constant *Size = getSimplifiedValue<Constant>(I.getArraySize()); in visitAlloca()2483 F = getSimplifiedValue<Function>(Callee); in visitCallBase()2578 Constant *CondC = getSimplifiedValue<Constant>(SI.getCondition()); in visitSelectInst()3005 if (ConstantInt *SimpleCond = getSimplifiedValue<ConstantInt>(Cond)) { in analyze()3015 if (ConstantInt *SimpleCond = getSimplifiedValue<ConstantInt>(Cond)) { in analyze()
373 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
1658 static SimpleType getSimplifiedValue(::clang::QualType Val) {
269 static SimpleType getSimplifiedValue(SDValue &Val) {276 static SimpleType getSimplifiedValue(const SDValue &Val) {376 static SimpleType getSimplifiedValue(SDUse &Val) {
1520 static SimpleType getSimplifiedValue(clang::ento::CallEventRef<T> Val) {
1481 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {
938 static SimpleType getSimplifiedValue(IndexCall &Val) { return Val; } in getSimplifiedValue() function942 static SimpleType getSimplifiedValue(const IndexCall &Val) { return Val; } in getSimplifiedValue() function