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

12

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp 453 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) {
454 unwrap(OldVal)->replaceAllUsesWith(unwrap(NewVal));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5987 unsigned newval = MI->getOperand(3).getReg(); local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 772 Value *NewVal = ConstantInt::get(AndCst->getType()->getContext(), N);
773 return Builder->CreateICmp(LHSCC, NewAnd, NewVal);
    [all...]

Completed in 350 milliseconds

12