Searched refs:Stripped (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp249 bool Stripped = false; local
254 Stripped = true;
262 if (!Stripped)
274 bool Stripped = false; local
278 Stripped = true;
282 return Stripped;
285 void recordFeatures(Module &M, const FeatureBitset &Features, bool Stripped) { argument
299 if (Stripped) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp242 /// Stripped means that we unpacked the value associated with \p IRP at least
1738 AANonNull::StateType &T, bool Stripped) -> bool {
1740 if (!Stripped && this == &AA) {
3406 bool Stripped) -> bool {
3416 if (!Stripped && this == &AA) {
3440 if (!Stripped) {
3697 AAAlign::StateType &T, bool Stripped) -> bool {
3699 if (!Stripped && this == &AA) {
4595 bool Stripped) -> bool {
4597 if (!Stripped
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3660 // Remove {V, Offset} from the set of ExprValueMap[Stripped]
3661 const SCEV *Stripped;
3663 std::tie(Stripped, Offset) = splitAddExpr(S);
3665 if (SetVector<ValueOffsetPair> *SV = getSCEVValues(Stripped))
3706 // If S == Stripped + Offset, add Stripped -> {V, Offset} into
3708 const SCEV *Stripped = S;
3710 std::tie(Stripped, Offset) = splitAddExpr(S);
3712 // Stripped -> {V, offset}. It doesn't simplify and sometimes even
3714 // If V is GetElementPtrInst, don't save Stripped
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8981 const Expr *Stripped = *ArraySize;
8982 for (; auto *ICE = dyn_cast<ImplicitCastExpr>(Stripped);
8983 Stripped = ICE->getSubExpr())
8989 if (!EvaluateInteger(Stripped, ArrayBound, Info))

Completed in 113 milliseconds