Searched defs:Folded (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp706 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI))
707 C = Folded;
1810 Constant *Folded = ConstantFoldScalarCall(Name, IntrinsicID, Ty, Lane, TLI); local
1811 if (!Folded)
1813 Result[I] = Folded;
/external/llvm/lib/IR/
H A DConstantFold.cpp347 /// on Ty, with any known factors factored out. If Folded is false,
352 bool Folded) {
392 if (!Folded)
404 /// on Ty, with any known factors factored out. If Folded is false,
409 bool Folded) {
458 if (!Folded)
470 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
476 bool Folded) {
513 if (!Folded)
351 getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded) argument
408 getFoldedAlignOf(Type *Ty, Type *DestTy, bool Folded) argument
474 getFoldedOffsetOf(Type *Ty, Constant *FieldNo, Type *DestTy, bool Folded) argument
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1864 bool Folded = ConstantFoldTerminator(I->getParent()); local
1865 if (!Folded) {
H A DJumpThreading.cpp537 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); local
539 if (Constant *KC = getKnownConstant(Folded, WantInteger))
614 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(), local
616 if (Constant *KC = getKnownConstant(Folded, WantInteger))
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp308 Constant *Folded = ConstantExpr::get(Opcode, C1, C2); local
319 I.setOperand(1, Folded);
/external/clang/lib/Sema/
H A DSemaExpr.cpp12178 bool Folded = E->EvaluateAsRValue(EvalResult, Context) && local
12184 if (Folded && getLangOpts().CPlusPlus11 && Notes.empty()) {
12199 if (!Folded || !AllowFold) {

Completed in 462 milliseconds