Searched defs:SimpleV (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 86 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
H A D | InlineCost.cpp | 2115 Value *SimpleV = nullptr; visitBinaryOperator() local 2151 Value *SimpleV = simplifyFNegInst( visitFNeg() local
|
H A D | InstructionSimplify.cpp | 7139 replaceAndRecursivelySimplifyImpl(Instruction * I,Value * SimpleV,const TargetLibraryInfo * TLI,const DominatorTree * DT,AssumptionCache * AC,SmallSetVector<Instruction *,8> * UnsimplifiedUsers=nullptr) replaceAndRecursivelySimplifyImpl() argument 7192 replaceAndRecursivelySimplify(Instruction * I,Value * SimpleV,const TargetLibraryInfo * TLI,const DominatorTree * DT,AssumptionCache * AC,SmallSetVector<Instruction *,8> * UnsimplifiedUsers) replaceAndRecursivelySimplify() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 854 Value *SimpleV = simplifyInstruction(I, DL); CloneAndPruneIntoFromInst() local
|
H A D | Local.cpp | 695 if (Value *SimpleV = simplifyInstruction(I, DL)) { simplifyAndDCEInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 6181 std::optional<Value *> SimpleV = A.getAssumedSimplified( reproduceValue() local 6790 std::optional<Constant *> SimpleV = getAPInt() local 6803 if (std::optional<Constant *> SimpleV = getSize() local 10824 std::optional<Value *> SimpleV = addValue() local 11113 std::optional<Value *> SimpleV = A.getAssumedSimplified( handleSelectInst() local 11237 std::optional<Value *> SimpleV = A.getAssumedSimplified( handlePHINode() local [all...] |