HomeSort by relevance Sort by last modified time
    Searched refs:Trunc (Results 26 - 42 of 42) sorted by null

12

  /external/llvm/bindings/ocaml/llvm/
llvm.ml 173 | Trunc
    [all...]
llvm.mli 223 | Trunc
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 191 Names[RTLIB::TRUNC_F64] = "trunc";
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 209 V = V.trunc(ByteSize*8);
312 // 8 bits, do a shift and trunc to get the bits.
669 case Instruction::Trunc: {
673 CI->getValue().trunc(DestBitWidth));
    [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 64 case Instruction::Trunc : return bitc::CAST_TRUNC;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 375 case Instruction::Trunc:
754 StoredVal = new TruncInst(StoredVal, NewIntTy, "trunc", InsertPt);
    [all...]
ObjCARC.cpp 329 case Instruction::SExt: case Instruction::ZExt: case Instruction::Trunc:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 74 case Instruction::Trunc : return bitc::CAST_TRUNC;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 96 case bitc::CAST_TRUNC : return Instruction::Trunc;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 290 case Instruction::Trunc:
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 109 case bitc::CAST_TRUNC : return Instruction::Trunc;
    [all...]

Completed in 480 milliseconds

12