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

  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 175 Src = ConstantExpr::getZExt(Src, Elt->getType());
    [all...]
ScalarEvolution.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 556 Res = ConstantExpr::getZExt(Res, CI.getType());
    [all...]
InstCombineSelect.cpp 416 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy);
    [all...]
InstCombineShifts.cpp 370 Constant *ShAmt = ConstantExpr::getZExt(Op1, TrOp->getType());
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]
ConstantFold.cpp     [all...]
Core.cpp 927 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal),
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 415 milliseconds