Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp87 Value *SimpleV = nullptr; in visitBinaryOperator() local
H A DInlineCost.cpp546 Value *SimpleV = SimplifiedValues.lookup(V); in getSimplifiedValue() local
2285 Value *SimpleV = nullptr; in visitBinaryOperator() local
2319 Value *SimpleV = simplifyFNegInst( in visitFNeg() local
2376 Value *SimpleV = simplifyExtractValueInst(SimpleOp, I.getIndices(), SQ); in visitExtractValue() local
H A DInstructionSimplify.cpp7265 Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, in replaceAndRecursivelySimplifyImpl()
7318 Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, in replaceAndRecursivelySimplify()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6257 std::optional<Value *> SimpleV = A.getAssumedSimplified( in reproduceValue() local
6867 std::optional<Constant *> SimpleV = in getAPInt() local
6880 if (std::optional<Constant *> SimpleV = in getSize() local
10895 std::optional<Value *> SimpleV = in addValue() local
11182 std::optional<Value *> SimpleV = A.getAssumedSimplified( in handleSelectInst() local
11306 std::optional<Value *> SimpleV = A.getAssumedSimplified( in handlePHINode() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp701 if (Value *SimpleV = simplifyInstruction(I, DL)) { in simplifyAndDCEInstruction() local