Home
last modified time | relevance | path

Searched defs:SimpleV (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp86 Value *SimpleV = nullptr; visitBinaryOperator() local
H A DInlineCost.cpp2123 Value *SimpleV = nullptr; visitBinaryOperator() local
2159 Value *SimpleV = simplifyFNegInst( visitFNeg() local
H A DInstructionSimplify.cpp7197 replaceAndRecursivelySimplifyImpl(Instruction * I,Value * SimpleV,const TargetLibraryInfo * TLI,const DominatorTree * DT,AssumptionCache * AC,SmallSetVector<Instruction *,8> * UnsimplifiedUsers=nullptr) replaceAndRecursivelySimplifyImpl() argument
7250 replaceAndRecursivelySimplify(Instruction * I,Value * SimpleV,const TargetLibraryInfo * TLI,const DominatorTree * DT,AssumptionCache * AC,SmallSetVector<Instruction *,8> * UnsimplifiedUsers) replaceAndRecursivelySimplify() argument
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6196 std::optional<Value *> SimpleV = A.getAssumedSimplified( reproduceValue() local
6806 std::optional<Constant *> SimpleV = getAPInt() local
6819 if (std::optional<Constant *> SimpleV = getSize() local
10815 std::optional<Value *> SimpleV = addValue() local
11104 std::optional<Value *> SimpleV = A.getAssumedSimplified( handleSelectInst() local
11228 std::optional<Value *> SimpleV = A.getAssumedSimplified( handlePHINode() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp702 if (Value *SimpleV = simplifyInstruction(I, DL)) { simplifyAndDCEInstruction() local