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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp460 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); local
462 if (Constant *KC = getKnownConstant(Folded, WantInteger))
536 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(), local
538 if (Constant *KC = getKnownConstant(Folded, WantInteger))
H A DSCCP.cpp1857 bool Folded = ConstantFoldTerminator(I->getParent()); local
1858 if (!Folded) {
/external/llvm/lib/VMCore/
H A DConstantFold.cpp328 /// on Ty, with any known factors factored out. If Folded is false,
333 bool Folded) {
373 if (!Folded)
385 /// on Ty, with any known factors factored out. If Folded is false,
390 bool Folded) {
439 if (!Folded)
451 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
457 bool Folded) {
494 if (!Folded)
332 getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded) argument
389 getFoldedAlignOf(Type *Ty, Type *DestTy, bool Folded) argument
455 getFoldedOffsetOf(Type *Ty, Constant *FieldNo, Type *DestTy, bool Folded) argument
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp299 Constant *Folded = ConstantExpr::get(Opcode, C1, C2); local
304 I.setOperand(1, Folded);
/external/clang/lib/Sema/
H A DSemaExpr.cpp9991 bool Folded = E->EvaluateAsRValue(EvalResult, Context) && local
9997 if (Folded && getLangOpts().CPlusPlus0x && Notes.empty()) {
10012 if (!Folded || !AllowFold) {

Completed in 381 milliseconds