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

  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 736 // %NewVal_Shifted = shl i32 %NewVal, %PMV.ShiftAmt
744 // %FullWord_NewVal = or i32 %Loaded_MaskOut, %NewVal_Shifted
789 Value *NewVal_Shifted =
807 Value *FullWord_NewVal = Builder.CreateOr(Loaded_MaskOut, NewVal_Shifted);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AtomicExpandPass.cpp 745 // %NewVal_Shifted = shl i32 %NewVal, %PMV.ShiftAmt
753 // %FullWord_NewVal = or i32 %Loaded_MaskOut, %NewVal_Shifted
798 Value *NewVal_Shifted =
816 Value *FullWord_NewVal = Builder.CreateOr(Loaded_MaskOut, NewVal_Shifted);
    [all...]

Completed in 76 milliseconds