HomeSort by relevance Sort by last modified time
    Searched defs:Fold (Results 1 - 14 of 14) sorted by null

  /external/google-fruit/include/fruit/impl/meta/
fold.h 26 struct Fold {
79 using type = Fold(
95 using type = Fold(
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CaseMap.java 52 public static Fold fold() { return Fold.DEFAULT; } method in class:CaseMap
356 * @see #fold()
358 public static final class Fold extends CaseMap {
359 private static final Fold DEFAULT = new Fold(0);
360 private static final Fold TURKIC = new Fold(UCharacter.FOLD_CASE_EXCLUDE_SPECIAL_I);
361 private static final Fold OMIT_UNCHANGED = new Fold(CaseMapImpl.OMIT_UNCHANGED_TEXT)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CaseMap.java 56 public static Fold fold() { return Fold.DEFAULT; } method in class:CaseMap
378 * @see #fold()
381 public static final class Fold extends CaseMap {
382 private static final Fold DEFAULT = new Fold(0);
383 private static final Fold TURKIC = new Fold(UCharacter.FOLD_CASE_EXCLUDE_SPECIAL_I);
384 private static final Fold OMIT_UNCHANGED = new Fold(CaseMapImpl.OMIT_UNCHANGED_TEXT)
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 35 /// Fold - Fold the constant using target specific information.
36 Constant *Fold(Constant *C) const {
52 return Fold(ConstantExpr::getAdd(LHS, RHS, HasNUW, HasNSW));
55 return Fold(ConstantExpr::getFAdd(LHS, RHS));
59 return Fold(ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW));
62 return Fold(ConstantExpr::getFSub(LHS, RHS));
66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
69 return Fold(ConstantExpr::getFMul(LHS, RHS));
72 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetFolder.h 35 /// Fold - Fold the constant using target specific information.
36 Constant *Fold(Constant *C) const {
52 return Fold(ConstantExpr::getAdd(LHS, RHS, HasNUW, HasNSW));
55 return Fold(ConstantExpr::getFAdd(LHS, RHS));
59 return Fold(ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW));
62 return Fold(ConstantExpr::getFSub(LHS, RHS));
66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
69 return Fold(ConstantExpr::getFMul(LHS, RHS));
72 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetFolder.h 35 /// Fold - Fold the constant using target specific information.
36 Constant *Fold(Constant *C) const {
51 return Fold(ConstantExpr::getAdd(LHS, RHS, HasNUW, HasNSW));
54 return Fold(ConstantExpr::getFAdd(LHS, RHS));
58 return Fold(ConstantExpr::getSub(LHS, RHS, HasNUW, HasNSW));
61 return Fold(ConstantExpr::getFSub(LHS, RHS));
65 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
68 return Fold(ConstantExpr::getFMul(LHS, RHS));
71 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact))
    [all...]
  /external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 604 Resolved = OResolved->Fold(&R, nullptr);
651 Init *UnOpInit::Fold(Record *CurRec, MultiClass *CurMultiClass) const {
753 return (UnOpInit::get(getOpcode(), lhs, getType()))->Fold(&R, nullptr);
754 return Fold(&R, nullptr);
799 Init *BinOpInit::Fold(Record *CurRec, MultiClass *CurMultiClass) const {
843 // try to fold eq comparison for 'bit' and 'int', otherwise fallback
895 return (BinOpInit::get(getOpcode(), lhs, rhs, getType()))->Fold(&R,nullptr);
896 return Fold(&R, nullptr);
975 Init *NewVal = NewOp->Fold(CurRec, CurMultiClass);
1033 Init *NewItem = NewOp->Fold(CurRec, CurMultiClass)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 270 // Try to fold constant mul into select arguments.
555 // Try to fold constant mul into select arguments.
691 // The purpose is two-fold:
729 /// Try to fold a divide or remainder of a select instruction.
916 // See if we can fold away this div instruction.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 807 // Fold if the operand is constant.
863 // As a special case, fold trunc(undef) to undef. We don't want to
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 689 Init *Folded = Fold(&R, 0);
706 Resolved = OResolved->Fold(&R, 0);
736 Init *UnOpInit::Fold(Record *CurRec, MultiClass *CurMultiClass) const {
853 return (UnOpInit::get(getOpcode(), lhs, getType()))->Fold(&R, 0);
854 return Fold(&R, 0);
886 Init *BinOpInit::Fold(Record *CurRec, MultiClass *CurMultiClass) const {
919 // try to fold eq comparison for 'bit' and 'int', otherwise fallback
965 return (BinOpInit::get(getOpcode(), lhs, rhs, getType()))->Fold(&R, 0);
966 return Fold(&R, 0);
1048 Init *NewVal = NewOp->Fold(CurRec, CurMultiClass)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 471 milliseconds