HomeSort by: relevance | last modified time | path
    Searched refs:TruncType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 2269 auto *TruncType = cast<IntegerType>(EntryVal->getType());
2270 Step = Builder.CreateTrunc(Step, TruncType);
2271 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType);
2431 auto *TruncType = cast<IntegerType>(Trunc->getType());
2434 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType);
2435 Step = Builder.CreateTrunc(Step, TruncType);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 15795 EVT TruncType = LS.Inst->getValueType(0);
15797 if (TruncType != LoadedType &&
15798 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType))

Completed in 53 milliseconds