Searched defs:SimpleV (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 86 Value *SimpleV = nullptr; visitBinaryOperator() local
|
H A D | InlineCost.cpp | 2123 Value *SimpleV = nullptr; visitBinaryOperator() local 2159 Value *SimpleV = simplifyFNegInst( visitFNeg() local
|
H A D | InstructionSimplify.cpp | 7197 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 D | AttributorAttributes.cpp | 6196 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 D | Local.cpp | 702 if (Value *SimpleV = simplifyInstruction(I, DL)) { simplifyAndDCEInstruction() local
|