Searched refs:CompareType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp373 APSIntType CompareType = std::max(APSIntType(LHSValue), local
375 CompareType.apply(LHSValue);
376 CompareType.apply(RHSValue);
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3179 ARMISD::NodeType CompareType; local
3182 CompareType = ARMISD::CMP;
3187 CompareType = ARMISD::CMPZ;
3191 return DAG.getNode(CompareType, dl, MVT::Glue, LHS, RHS);

Completed in 118 milliseconds