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

12

  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 568 LLVMValueRef NewVal) {
569 LLVMReplaceAllUsesWith(OldVal, NewVal);
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 468 void Init(Value *Ptr, Value *Cmp, Value *NewVal,
478 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal,
483 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp 548 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) {
549 unwrap(OldVal)->replaceAllUsesWith(unwrap(NewVal));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 427 milliseconds

12