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

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 281 Value *MaskCst = ConstantInt::get(V->getType(), MaskValues[ct]);
282 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1");
286 Value *RHS = Builder.CreateAnd(VShift, MaskCst, "cppop.and2");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 281 Value *MaskCst = ConstantInt::get(V->getType(), MaskValues[ct]);
282 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1");
286 Value *RHS = Builder.CreateAnd(VShift, MaskCst, "cppop.and2");
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 175 milliseconds