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.cpp86 Value *SimpleV = nullptr; in visitBinaryOperator() local
H A DInlineCost.cpp2123 Value *SimpleV = nullptr; in visitBinaryOperator() local
2159 Value *SimpleV = simplifyFNegInst( in visitFNeg() local
H A DInstructionSimplify.cpp7223 Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, in replaceAndRecursivelySimplifyImpl()
7276 Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, in replaceAndRecursivelySimplify()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6196 std::optional<Value *> SimpleV = A.getAssumedSimplified( in reproduceValue() local
6806 std::optional<Constant *> SimpleV = in getAPInt() local
6819 if (std::optional<Constant *> SimpleV = in getSize() local
10815 std::optional<Value *> SimpleV = in addValue() local
11104 std::optional<Value *> SimpleV = A.getAssumedSimplified( in handleSelectInst() local
11228 std::optional<Value *> SimpleV = A.getAssumedSimplified( in handlePHINode() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp702 if (Value *SimpleV = simplifyInstruction(I, DL)) { in simplifyAndDCEInstruction() local