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

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
297 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
309 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
355 if (!equivalentAsOperands(LO, RO)) {
364 bool equivalentAsOperands(Constant *L, Constant *R) {
374 return Engine.equivalentAsOperands(cast<GlobalValue>(L),
379 return equivalentAsOperands(cast<ConstantExpr>(L),
396 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) {
421 if (!equivalentAsOperands(L->getOperand(I), R->getOperand(I))
    [all...]
DifferenceEngine.h 82 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 232 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
241 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
301 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
313 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
355 if (!equivalentAsOperands(LO, RO)) {
364 bool equivalentAsOperands(Constant *L, Constant *R) {
374 return Engine.equivalentAsOperands(cast<GlobalValue>(L),
379 return equivalentAsOperands(cast<ConstantExpr>(L),
396 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) {
421 if (!equivalentAsOperands(L->getOperand(I), R->getOperand(I))
    [all...]
DifferenceEngine.h 82 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DifferenceEngine.cpp 228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
297 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
314 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress())) {
329 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
373 if (!equivalentAsOperands(LO, RO)) {
382 bool equivalentAsOperands(Constant *L, Constant *R) {
392 return Engine.equivalentAsOperands(cast<GlobalValue>(L),
397 return equivalentAsOperands(cast<ConstantExpr>(L),
418 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i))
    [all...]
DifferenceEngine.h 82 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);

Completed in 552 milliseconds