Home
last modified time | relevance | path

Searched refs:ToVal (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1711 const llvm::APSInt &ToVal = D2->getInitVal(); in IsStructurallyEquivalent() local
1712 if (FromVal.isSigned() != ToVal.isSigned()) in IsStructurallyEquivalent()
1714 if (FromVal.getBitWidth() != ToVal.getBitWidth()) in IsStructurallyEquivalent()
1716 if (FromVal != ToVal) in IsStructurallyEquivalent()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp490 static bool replaceFoldableUses(Instruction *Cond, Value *ToVal, in replaceFoldableUses() argument
493 assert(Cond->getType() == ToVal->getType()); in replaceFoldableUses()
498 Changed |= replaceNonLocalUsesWith(Cond, ToVal); in replaceFoldableUses()
508 Changed |= I.replaceUsesOfWith(Cond, ToVal); in replaceFoldableUses()