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

12

  /external/llvm/lib/IR/
ConstantFold.cpp 295 case Instruction::ZExt: {
512 // zext(undef) = 0, because the top bits will be zero.
515 if (opc == Instruction::ZExt || opc == Instruction::SExt ||
658 case Instruction::ZExt:
662 CI->getValue().zext(BitWidth));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 775 APInt N = SmallCst->getValue().zext(BigBitSize) | BigCst->getValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 306 case Instruction::ZExt:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 727 isSExt = false, FromVT = MVT::i1; // ASSERT ZEXT 1
731 isSExt = false, FromVT = MVT::i8; // ASSERT ZEXT 8
735 isSExt = false, FromVT = MVT::i16; // ASSERT ZEXT 16
739 isSExt = false, FromVT = MVT::i32; // ASSERT ZEXT 32
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 299 milliseconds

12