HomeSort by relevance Sort by last modified time
    Searched full:castop (Results 1 - 18 of 18) sorted by null

  /external/opencv3/modules/imgproc/src/
filter.cpp     [all...]
imgwarp.cpp     [all...]
pyramids.cpp     [all...]
samplers.cpp 129 template<typename _Tp, typename _DTp, typename _WTp, class ScaleOp, class CastOp>
134 CastOp cast_op;
  /external/llvm/unittests/Analysis/
ValueTrackingTest.cpp 55 Instruction::CastOps CastOp;
56 SelectPatternResult R = matchSelectPattern(A, LHS, RHS, &CastOp);
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 424 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
427 /// type of LHS and RHS into the type of V is returned in CastOp.
434 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
437 Instruction::CastOps *CastOp = nullptr);
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionListener.java 39 * Enter a parse tree produced by the {@code CastOp}
45 * Exit a parse tree produced by the {@code CastOp}
BindingExpressionVisitor.java 32 * Visit a parse tree produced by the {@code CastOp}
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 55 | '(' type ')' expression # CastOp
  /external/javassist/src/main/javassist/compiler/
CodeGen.java     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 269 Value *CastOp = cast<CastInst>(V)->getOperand(0);
271 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits();
274 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL,
294 Result = CastOp;
307 Result = CastOp;
    [all...]
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Instructions.cpp     [all...]

Completed in 1773 milliseconds