HomeSort by relevance Sort by last modified time
    Searched refs:trunc (Results 401 - 425 of 430) sorted by null

<<1112131415161718

  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/openssl/crypto/bn/asm/
ia64.S     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp 192 SDValue Trunc, SDValue ExtLoad, SDLoc DL,
343 /// (trunc (and X, C)) -> (and (trunc X), (trunc C))
346 /// requirements are checked by the function (e.g. that trunc is
813 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
818 Trunc.getNode()->dump(&DAG);
821 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc);
825 AddToWorkList(Trunc.getNode());
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp 688 SDValue Lo = DAG.getConstant(IntVal.trunc(32), MVT::i32);
689 SDValue Hi = DAG.getConstant(IntVal.lshr(32).trunc(32), MVT::i32);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 144 const SCEVTruncateExpr *Trunc = cast<SCEVTruncateExpr>(this);
145 const SCEV *Op = Trunc->getOperand();
146 OS << "(trunc " << *Op->getType() << " " << *Op << " to "
147 << *Trunc->getType() << ")";
771 MultiplyFactor = MultiplyFactor.trunc(W);
841 // trunc(trunc(x)) --> trunc(x)
845 // trunc(sext(x)) --> sext(x) if widening or trunc(x) if narrowin
    [all...]
InstructionSimplify.cpp 736 // trunc(X) - trunc(Y) -> trunc(X - Y) if everything simplifies.
742 // It does! Now see if "trunc V" simplifies.
744 // It does, return the simplified "trunc V".
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 590 case Instruction::Trunc:
687 case Intrinsic::trunc:
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaOverload.cpp 431 ConvertedValue = ConvertedValue.trunc(ToWidth);
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 

Completed in 672 milliseconds

<<1112131415161718