Searched refs:FoldedC (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 290 if (Constant *FoldedC = ConstantFoldConstant(C, DL, &TLI)) in getReducedOperand() local 291 C = FoldedC; in getReducedOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1063 if (auto *FoldedC = in ConstantFoldConstantImpl() local 1065 FoldedOps.insert({NewC, FoldedC}); in ConstantFoldConstantImpl() 1066 NewC = FoldedC; in ConstantFoldConstantImpl() 1110 if (auto *FoldedC = ConstantFoldConstantImpl(C, DL, TLI, FoldedOps)) in ConstantFoldInstruction() local 1111 C = FoldedC; in ConstantFoldInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 268 if (auto *FoldedC = in getShiftedValue() local 270 V = FoldedC; in getShiftedValue()
|
D | InstCombineCasts.cpp | 167 if (Constant *FoldedC = ConstantFoldConstant(C, DL, &TLI)) in EvaluateInDifferentType() local 168 C = FoldedC; in EvaluateInDifferentType()
|
D | InstructionCombining.cpp | 268 Constant *FoldedC = ConstantExpr::get(AssocOpcode, C1, CastC2); in simplifyAssocCastAssoc() local 270 BinOp1->setOperand(1, FoldedC); in simplifyAssocCastAssoc()
|