Home
last modified time | relevance | path

Searched defs:Folded (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/IR/
DConstantFold.cpp352 bool Folded) { in getFoldedSizeOf()
409 bool Folded) { in getFoldedAlignOf()
476 bool Folded) { in getFoldedOffsetOf()
/external/llvm/lib/Analysis/
DConstantFolding.cpp706 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI)) in CastGEPIndices() local
1810 Constant *Folded = ConstantFoldScalarCall(Name, IntrinsicID, Ty, Lane, TLI); in ConstantFoldVectorCall() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp537 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); in ComputeValueKnownInPredecessors() local
614 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(), in ComputeValueKnownInPredecessors() local
DSCCP.cpp1864 bool Folded = ConstantFoldTerminator(I->getParent()); in runOnModule() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp308 Constant *Folded = ConstantExpr::get(Opcode, C1, C2); in SimplifyAssociativeOrCommutative() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3231 std::pair<APInt, bool> Folded = FoldValue(Opcode, Cst1->getAPIntValue(), in FoldConstantArithmetic() local
3249 if (SDValue Folded = in FoldConstantArithmetic() local
3290 std::pair<APInt, bool> Folded = FoldValue(Opcode, V1->getAPIntValue(), in FoldConstantArithmetic() local
DDAGCombiner.cpp2342 if (SDValue Folded = DAG.FoldConstantArithmetic(ISD::UDIV, DL, VT, in visitUDIV() local
2403 if (SDValue Folded = DAG.FoldConstantArithmetic(Opcode, DL, VT, N0C, N1C)) in visitREM() local
4554 if (SDValue Folded = in visitSHL() local
/external/clang/lib/Sema/
DSemaExpr.cpp12178 bool Folded = E->EvaluateAsRValue(EvalResult, Context) && in VerifyIntegerConstantExpression() local